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(28.0284,-82.3937)};var g_9bea787c0e273801b9b868254247598d = new google.maps.Geocoder();g_9bea787c0e273801b9b868254247598d.geocode( { 'address': "8626 N 56th St, Temple Terrace, FL 33617, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-terrace-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('temple-terrace-FL-advance-america'), mapOptions);}document.getElementById('8985b270').innerHTML += ' | View Map';var $l9bea787c0e273801b9b868254247598d = '

Advance America

Address: 8626 N 56th St, Temple Terrace, FL 33617, USA
Phone: (813) 899-2944
';var m_9bea787c0e273801b9b868254247598d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_9bea787c0e273801b9b868254247598d['infowindow'] = new google.maps.InfoWindow({content: $l9bea787c0e273801b9b868254247598d});var infowindow = new google.maps.InfoWindow({content: $l9bea787c0e273801b9b868254247598d});google.maps.event.addListener(m_9bea787c0e273801b9b868254247598d, 'click', function() {infowindow.open(map,m_9bea787c0e273801b9b868254247598d);});$marker.push(m_9bea787c0e273801b9b868254247598d);}});}google.maps.event.addDomListener(window, 'load', initialize);