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(40.0035,-81.5744)};var g_c1fae5f730cde5012019f50ac7161dba = new google.maps.Geocoder();g_c1fae5f730cde5012019f50ac7161dba.geocode( { 'address': "2109 Southgate Pkwy, Cambridge, OH 43725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-OH-advance-america'), mapOptions);}document.getElementById('78491edc').innerHTML += ' | View Map';var $lc1fae5f730cde5012019f50ac7161dba = '

Advance America

Address: 2109 Southgate Pkwy, Cambridge, OH 43725, USA
Phone: (740) 435-9457
';var m_c1fae5f730cde5012019f50ac7161dba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_c1fae5f730cde5012019f50ac7161dba['infowindow'] = new google.maps.InfoWindow({content: $lc1fae5f730cde5012019f50ac7161dba});var infowindow = new google.maps.InfoWindow({content: $lc1fae5f730cde5012019f50ac7161dba});google.maps.event.addListener(m_c1fae5f730cde5012019f50ac7161dba, 'click', function() {infowindow.open(map,m_c1fae5f730cde5012019f50ac7161dba);});$marker.push(m_c1fae5f730cde5012019f50ac7161dba);}});}google.maps.event.addDomListener(window, 'load', initialize);