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(29.282,-81.0639)};var g_b8b195466d4f833578d5ee14a9a3c5b8 = new google.maps.Geocoder();g_b8b195466d4f833578d5ee14a9a3c5b8.geocode( { 'address': "300 W Granada Blvd, Ormond Beach, FL 32174, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ormond-beach-FL-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('ormond-beach-FL-ace-cash-express'), mapOptions);}document.getElementById('d1ad9be0').innerHTML += ' | View Map';var $lb8b195466d4f833578d5ee14a9a3c5b8 = '

ACE Cash Express

Address: 300 W Granada Blvd, Ormond Beach, FL 32174, USA
Phone: (386) 673-0420
';var m_b8b195466d4f833578d5ee14a9a3c5b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_b8b195466d4f833578d5ee14a9a3c5b8['infowindow'] = new google.maps.InfoWindow({content: $lb8b195466d4f833578d5ee14a9a3c5b8});var infowindow = new google.maps.InfoWindow({content: $lb8b195466d4f833578d5ee14a9a3c5b8});google.maps.event.addListener(m_b8b195466d4f833578d5ee14a9a3c5b8, 'click', function() {infowindow.open(map,m_b8b195466d4f833578d5ee14a9a3c5b8);});$marker.push(m_b8b195466d4f833578d5ee14a9a3c5b8);}});}google.maps.event.addDomListener(window, 'load', initialize);