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.4314,-81.733)};var g_4eaef266eac38c0fa7bbd3673c829a30 = new google.maps.Geocoder();g_4eaef266eac38c0fa7bbd3673c829a30.geocode( { 'address': "6750 Biddulph Rd #102, Brooklyn, OH 44144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-OH-advance-america'), mapOptions);}document.getElementById('52dca439').innerHTML += ' | View Map';var $l4eaef266eac38c0fa7bbd3673c829a30 = '

Advance America

Address: 6750 Biddulph Rd #102, Brooklyn, OH 44144, USA
Phone: (216) 739-9442
';var m_4eaef266eac38c0fa7bbd3673c829a30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_4eaef266eac38c0fa7bbd3673c829a30['infowindow'] = new google.maps.InfoWindow({content: $l4eaef266eac38c0fa7bbd3673c829a30});var infowindow = new google.maps.InfoWindow({content: $l4eaef266eac38c0fa7bbd3673c829a30});google.maps.event.addListener(m_4eaef266eac38c0fa7bbd3673c829a30, 'click', function() {infowindow.open(map,m_4eaef266eac38c0fa7bbd3673c829a30);});$marker.push(m_4eaef266eac38c0fa7bbd3673c829a30);}});}google.maps.event.addDomListener(window, 'load', initialize);