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.8058,-121.221)};var g_030586fa78fc1abdba85da161d943b08 = new google.maps.Geocoder();g_030586fa78fc1abdba85da161d943b08.geocode( { 'address': "115 W Center St, Manteca, CA 95336"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manteca-CA-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('manteca-CA-chase-bank'), mapOptions);}document.getElementById('465ae34e').innerHTML += ' | View Map';var $l030586fa78fc1abdba85da161d943b08 = '

Chase Bank

Address: 115 W Center St, Manteca, CA 95336
Phone: (209) 823-1742
';var m_030586fa78fc1abdba85da161d943b08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_030586fa78fc1abdba85da161d943b08['infowindow'] = new google.maps.InfoWindow({content: $l030586fa78fc1abdba85da161d943b08});var infowindow = new google.maps.InfoWindow({content: $l030586fa78fc1abdba85da161d943b08});google.maps.event.addListener(m_030586fa78fc1abdba85da161d943b08, 'click', function() {infowindow.open(map,m_030586fa78fc1abdba85da161d943b08);});$marker.push(m_030586fa78fc1abdba85da161d943b08);}});var g_a99be06553ff299396a513bb65ed71be = new google.maps.Geocoder();g_a99be06553ff299396a513bb65ed71be.geocode( { 'address': "123 Spreckels Ave, Manteca, CA 95336"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manteca-CA-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('manteca-CA-chase-bank'), mapOptions);}document.getElementById('3c773149').innerHTML += ' | View Map';var $la99be06553ff299396a513bb65ed71be = '

Chase Bank

Address: 123 Spreckels Ave, Manteca, CA 95336
Phone: (209) 825-4109
';var m_a99be06553ff299396a513bb65ed71be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_a99be06553ff299396a513bb65ed71be['infowindow'] = new google.maps.InfoWindow({content: $la99be06553ff299396a513bb65ed71be});var infowindow = new google.maps.InfoWindow({content: $la99be06553ff299396a513bb65ed71be});google.maps.event.addListener(m_a99be06553ff299396a513bb65ed71be, 'click', function() {infowindow.open(map,m_a99be06553ff299396a513bb65ed71be);});$marker.push(m_a99be06553ff299396a513bb65ed71be);}});}google.maps.event.addDomListener(window, 'load', initialize);