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.6422,-81.4414)};var g_1ca9f84e0314259ddb072fba15e42061 = new google.maps.Geocoder();g_1ca9f84e0314259ddb072fba15e42061.geocode( { 'address': "34738 Vine St #3A, Eastlake, OH 44095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eastlake-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('eastlake-OH-advance-america'), mapOptions);}document.getElementById('06b5cab4').innerHTML += ' | View Map';var $l1ca9f84e0314259ddb072fba15e42061 = '

Advance America

Address: 34738 Vine St #3A, Eastlake, OH 44095, USA
Phone: (440) 918-9585
';var m_1ca9f84e0314259ddb072fba15e42061 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_1ca9f84e0314259ddb072fba15e42061['infowindow'] = new google.maps.InfoWindow({content: $l1ca9f84e0314259ddb072fba15e42061});var infowindow = new google.maps.InfoWindow({content: $l1ca9f84e0314259ddb072fba15e42061});google.maps.event.addListener(m_1ca9f84e0314259ddb072fba15e42061, 'click', function() {infowindow.open(map,m_1ca9f84e0314259ddb072fba15e42061);});$marker.push(m_1ca9f84e0314259ddb072fba15e42061);}});}google.maps.event.addDomListener(window, 'load', initialize);