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(32.6236,-85.462)};var g_518630afbee04736391dc9301877b49d = new google.maps.Geocoder();g_518630afbee04736391dc9301877b49d.geocode( { 'address': "785 N Dean Rd #200, Auburn, AL 36830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-shannon-works---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-shannon-works---country-financial-representative'), mapOptions);}document.getElementById('37c9e2ae').innerHTML += ' | View Map';var $l518630afbee04736391dc9301877b49d = '

Shannon Works - COUNTRY Financial Representative

Address: 785 N Dean Rd #200, Auburn, AL 36830, USA
Phone: (334) 826-8260
';var m_518630afbee04736391dc9301877b49d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shannon Works - COUNTRY Financial Representative',});m_518630afbee04736391dc9301877b49d['infowindow'] = new google.maps.InfoWindow({content: $l518630afbee04736391dc9301877b49d});var infowindow = new google.maps.InfoWindow({content: $l518630afbee04736391dc9301877b49d});google.maps.event.addListener(m_518630afbee04736391dc9301877b49d, 'click', function() {infowindow.open(map,m_518630afbee04736391dc9301877b49d);});$marker.push(m_518630afbee04736391dc9301877b49d);}});}google.maps.event.addDomListener(window, 'load', initialize);