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(41.2339,-80.8115)};var g_dd813c2e47a60054f6e0de805f964034 = new google.maps.Geocoder();g_dd813c2e47a60054f6e0de805f964034.geocode( { 'address': "502 South Street SE, Warren, OH 44483, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warren-OH-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('warren-OH-ace-cash-express'), mapOptions);}document.getElementById('1827150d').innerHTML += ' | View Map';var $ldd813c2e47a60054f6e0de805f964034 = '

ACE Cash Express

Address: 502 South Street SE, Warren, OH 44483, USA
Phone: (330) 393-0300
';var m_dd813c2e47a60054f6e0de805f964034 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_dd813c2e47a60054f6e0de805f964034['infowindow'] = new google.maps.InfoWindow({content: $ldd813c2e47a60054f6e0de805f964034});var infowindow = new google.maps.InfoWindow({content: $ldd813c2e47a60054f6e0de805f964034});google.maps.event.addListener(m_dd813c2e47a60054f6e0de805f964034, 'click', function() {infowindow.open(map,m_dd813c2e47a60054f6e0de805f964034);});$marker.push(m_dd813c2e47a60054f6e0de805f964034);}});}google.maps.event.addDomListener(window, 'load', initialize);