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(39.9557,-82.8604)};var g_1e682500617b43690e067ab14325685f = new google.maps.Geocoder();g_1e682500617b43690e067ab14325685f.geocode( { 'address': "5206 E Main St, Whitehall, OH 43213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitehall-OH-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('whitehall-OH-ace-cash-express'), mapOptions);}document.getElementById('fdaf81d6').innerHTML += ' | View Map';var $l1e682500617b43690e067ab14325685f = '

ACE Cash Express

Address: 5206 E Main St, Whitehall, OH 43213, USA
Phone: (614) 866-4017
';var m_1e682500617b43690e067ab14325685f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_1e682500617b43690e067ab14325685f['infowindow'] = new google.maps.InfoWindow({content: $l1e682500617b43690e067ab14325685f});var infowindow = new google.maps.InfoWindow({content: $l1e682500617b43690e067ab14325685f});google.maps.event.addListener(m_1e682500617b43690e067ab14325685f, 'click', function() {infowindow.open(map,m_1e682500617b43690e067ab14325685f);});$marker.push(m_1e682500617b43690e067ab14325685f);}});}google.maps.event.addDomListener(window, 'load', initialize);