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(36.784,-119.469)};var g_652b724608ede9a918d6bc059f9579d3 = new google.maps.Geocoder();g_652b724608ede9a918d6bc059f9579d3.geocode( { 'address': "601 O St, Sanger, CA 93657"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanger-CA-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('sanger-CA-chase-bank'), mapOptions);}document.getElementById('c39c94f7').innerHTML += ' | View Map';var $l652b724608ede9a918d6bc059f9579d3 = '

Chase Bank

Address: 601 O St, Sanger, CA 93657
Phone: (559) 875-2567
';var m_652b724608ede9a918d6bc059f9579d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_652b724608ede9a918d6bc059f9579d3['infowindow'] = new google.maps.InfoWindow({content: $l652b724608ede9a918d6bc059f9579d3});var infowindow = new google.maps.InfoWindow({content: $l652b724608ede9a918d6bc059f9579d3});google.maps.event.addListener(m_652b724608ede9a918d6bc059f9579d3, 'click', function() {infowindow.open(map,m_652b724608ede9a918d6bc059f9579d3);});$marker.push(m_652b724608ede9a918d6bc059f9579d3);}});}google.maps.event.addDomListener(window, 'load', initialize);