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.6324,-122.096)};var g_351255e2d3cc25f253675aee9be3d0dc = new google.maps.Geocoder();g_351255e2d3cc25f253675aee9be3d0dc.geocode( { 'address': "27300 Hesperian Blvd, Hayward, CA 94545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayward-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('hayward-CA-ace-cash-express'), mapOptions);}document.getElementById('81c9a527').innerHTML += ' | View Map';var $l351255e2d3cc25f253675aee9be3d0dc = '

ACE Cash Express

Address: 27300 Hesperian Blvd, Hayward, CA 94545, USA
Phone: (510) 264-9500
';var m_351255e2d3cc25f253675aee9be3d0dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_351255e2d3cc25f253675aee9be3d0dc['infowindow'] = new google.maps.InfoWindow({content: $l351255e2d3cc25f253675aee9be3d0dc});var infowindow = new google.maps.InfoWindow({content: $l351255e2d3cc25f253675aee9be3d0dc});google.maps.event.addListener(m_351255e2d3cc25f253675aee9be3d0dc, 'click', function() {infowindow.open(map,m_351255e2d3cc25f253675aee9be3d0dc);});$marker.push(m_351255e2d3cc25f253675aee9be3d0dc);}});}google.maps.event.addDomListener(window, 'load', initialize);