var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(37.9069,-121.223)};var g_1033643601585552d7258cb66bd0741d = new google.maps.Geocoder();g_1033643601585552d7258cb66bd0741d.geocode( { 'address': "6539 Pacific Ave, Stockton, CA 95207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-world-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-world-savings-bank'), mapOptions);}document.getElementById('16025a39').innerHTML += ' | View Map';var $l1033643601585552d7258cb66bd0741d = '

World Savings Bank

Address: 6539 Pacific Ave, Stockton, CA 95207
Phone: (209) 951-2450
';var m_1033643601585552d7258cb66bd0741d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Savings Bank',});m_1033643601585552d7258cb66bd0741d['infowindow'] = new google.maps.InfoWindow({content: $l1033643601585552d7258cb66bd0741d});var infowindow = new google.maps.InfoWindow({content: $l1033643601585552d7258cb66bd0741d});google.maps.event.addListener(m_1033643601585552d7258cb66bd0741d, 'click', function() {infowindow.open(map,m_1033643601585552d7258cb66bd0741d);});$marker.push(m_1033643601585552d7258cb66bd0741d);}});}google.maps.event.addDomListener(window, 'load', initialize);