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.3177,-120.471)};var g_89920af05fa5831b6a42a425e65cd0cf = new google.maps.Geocoder();g_89920af05fa5831b6a42a425e65cd0cf.geocode( { 'address': "150 W Olive Ave, Merced, CA 95348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-ace-cash-express'), mapOptions);}document.getElementById('0c8fc69d').innerHTML += ' | View Map';var $l89920af05fa5831b6a42a425e65cd0cf = '

ACE Cash Express

Address: 150 W Olive Ave, Merced, CA 95348, USA
Phone: (209) 385-2271
';var m_89920af05fa5831b6a42a425e65cd0cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_89920af05fa5831b6a42a425e65cd0cf['infowindow'] = new google.maps.InfoWindow({content: $l89920af05fa5831b6a42a425e65cd0cf});var infowindow = new google.maps.InfoWindow({content: $l89920af05fa5831b6a42a425e65cd0cf});google.maps.event.addListener(m_89920af05fa5831b6a42a425e65cd0cf, 'click', function() {infowindow.open(map,m_89920af05fa5831b6a42a425e65cd0cf);});$marker.push(m_89920af05fa5831b6a42a425e65cd0cf);}});}google.maps.event.addDomListener(window, 'load', initialize);