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.0458,-97.043)};var g_b36ce1da01cee80259e4912fd7df0b7d = new google.maps.Geocoder();g_b36ce1da01cee80259e4912fd7df0b7d.geocode( { 'address': "2207 Highway 35 North, Ste. D2, Rockport, TX 78382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockport-TX-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('rockport-TX-advance-america'), mapOptions);}document.getElementById('4db66115').innerHTML += ' | View Map';var $lb36ce1da01cee80259e4912fd7df0b7d = '

Advance America

Address: 2207 Highway 35 North, Ste. D2, Rockport, TX 78382, USA
Phone: (361) 727-9445
';var m_b36ce1da01cee80259e4912fd7df0b7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b36ce1da01cee80259e4912fd7df0b7d['infowindow'] = new google.maps.InfoWindow({content: $lb36ce1da01cee80259e4912fd7df0b7d});var infowindow = new google.maps.InfoWindow({content: $lb36ce1da01cee80259e4912fd7df0b7d});google.maps.event.addListener(m_b36ce1da01cee80259e4912fd7df0b7d, 'click', function() {infowindow.open(map,m_b36ce1da01cee80259e4912fd7df0b7d);});$marker.push(m_b36ce1da01cee80259e4912fd7df0b7d);}});}google.maps.event.addDomListener(window, 'load', initialize);