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.2992,-120.475)};var g_86a2f353e1e6692c05fe83d6fc79cf9d = new google.maps.Geocoder();g_86a2f353e1e6692c05fe83d6fc79cf9d.geocode( { 'address': "800 W Olive Ave, Merced, CA 95340"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-chase-bank'), mapOptions);}document.getElementById('cadaed7f').innerHTML += ' | View Map';var $l86a2f353e1e6692c05fe83d6fc79cf9d = '

Chase Bank

Address: 800 W Olive Ave, Merced, CA 95340
Phone: (209) 725-7810
';var m_86a2f353e1e6692c05fe83d6fc79cf9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_86a2f353e1e6692c05fe83d6fc79cf9d['infowindow'] = new google.maps.InfoWindow({content: $l86a2f353e1e6692c05fe83d6fc79cf9d});var infowindow = new google.maps.InfoWindow({content: $l86a2f353e1e6692c05fe83d6fc79cf9d});google.maps.event.addListener(m_86a2f353e1e6692c05fe83d6fc79cf9d, 'click', function() {infowindow.open(map,m_86a2f353e1e6692c05fe83d6fc79cf9d);});$marker.push(m_86a2f353e1e6692c05fe83d6fc79cf9d);}});}google.maps.event.addDomListener(window, 'load', initialize);