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(37.5966,-77.7868)};var g_23d62232148bc9b2e8648c4a48283b8d = new google.maps.Geocoder();g_23d62232148bc9b2e8648c4a48283b8d.geocode( { 'address': "2075 Huguenot Trail, Powhatan, VA 23139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powhatan-VA-american-life-marketing').style.display = '';map = new google.maps.Map(document.getElementById('powhatan-VA-american-life-marketing'), mapOptions);}document.getElementById('f9bf4da0').innerHTML += ' | View Map';var $l23d62232148bc9b2e8648c4a48283b8d = '

American Life Marketing

Address: 2075 Huguenot Trail, Powhatan, VA 23139, USA
Phone: (800) 897-5446
';var m_23d62232148bc9b2e8648c4a48283b8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Life Marketing',});m_23d62232148bc9b2e8648c4a48283b8d['infowindow'] = new google.maps.InfoWindow({content: $l23d62232148bc9b2e8648c4a48283b8d});var infowindow = new google.maps.InfoWindow({content: $l23d62232148bc9b2e8648c4a48283b8d});google.maps.event.addListener(m_23d62232148bc9b2e8648c4a48283b8d, 'click', function() {infowindow.open(map,m_23d62232148bc9b2e8648c4a48283b8d);});$marker.push(m_23d62232148bc9b2e8648c4a48283b8d);}});}google.maps.event.addDomListener(window, 'load', initialize);