Index: gmap_blocks.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gmap_blocks/gmap_blocks.js,v
retrieving revision 1.5
diff -u -r1.5 gmap_blocks.js
--- gmap_blocks.js	8 Sep 2009 19:39:26 -0000	1.5
+++ gmap_blocks.js	15 Dec 2009 23:27:00 -0000
@@ -117,7 +117,7 @@
    */
   self.parseLocationData = function(lid) {
     if (lid == self.settings.center_location) {
-      self.map.set_center(self.locations[lid].latlng);
+      self.map.setCenter(self.locations[lid].latlng);
     };
 
     if (self.locations[lid].marker) {
