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.239,-81.3475)};var g_169370525054cf3189b1eed3c00b86c0 = new google.maps.Geocoder();g_169370525054cf3189b1eed3c00b86c0.geocode( { 'address': "9315 OH-14 c, Streetsboro, OH 44241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('streetsboro-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('streetsboro-OH-advance-america'), mapOptions);}document.getElementById('afa32fa5').innerHTML += ' | View Map';var $l169370525054cf3189b1eed3c00b86c0 = '

Advance America

Address: 9315 OH-14 c, Streetsboro, OH 44241, USA
Phone: (330) 626-2901
';var m_169370525054cf3189b1eed3c00b86c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_169370525054cf3189b1eed3c00b86c0['infowindow'] = new google.maps.InfoWindow({content: $l169370525054cf3189b1eed3c00b86c0});var infowindow = new google.maps.InfoWindow({content: $l169370525054cf3189b1eed3c00b86c0});google.maps.event.addListener(m_169370525054cf3189b1eed3c00b86c0, 'click', function() {infowindow.open(map,m_169370525054cf3189b1eed3c00b86c0);});$marker.push(m_169370525054cf3189b1eed3c00b86c0);}});}google.maps.event.addDomListener(window, 'load', initialize);