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(33.9377,-87.2242)};var g_05926178c441547bacaa7cb94d1bd557 = new google.maps.Geocoder();g_05926178c441547bacaa7cb94d1bd557.geocode( { 'address': "5348 Curry Hwy, Jasper, AL 35503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-howie-fell---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-howie-fell---country-financial-representative'), mapOptions);}document.getElementById('f153f8c4').innerHTML += ' | View Map';var $l05926178c441547bacaa7cb94d1bd557 = '

Howie Fell - COUNTRY Financial Representative

Address: 5348 Curry Hwy, Jasper, AL 35503, USA
Phone: (205) 221-2460
';var m_05926178c441547bacaa7cb94d1bd557 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Howie Fell - COUNTRY Financial Representative',});m_05926178c441547bacaa7cb94d1bd557['infowindow'] = new google.maps.InfoWindow({content: $l05926178c441547bacaa7cb94d1bd557});var infowindow = new google.maps.InfoWindow({content: $l05926178c441547bacaa7cb94d1bd557});google.maps.event.addListener(m_05926178c441547bacaa7cb94d1bd557, 'click', function() {infowindow.open(map,m_05926178c441547bacaa7cb94d1bd557);});$marker.push(m_05926178c441547bacaa7cb94d1bd557);}});}google.maps.event.addDomListener(window, 'load', initialize);