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.986,-88.4899)};var g_105dce1d1aed88877f7b1097e978f99e = new google.maps.Geocoder();g_105dce1d1aed88877f7b1097e978f99e.geocode( { 'address': "123 N Main St, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-harbor-financial-of-amory').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-harbor-financial-of-amory'), mapOptions);}document.getElementById('85da0cc8').innerHTML += ' | View Map';var $l105dce1d1aed88877f7b1097e978f99e = '

Harbor Financial of Amory

Address: 123 N Main St, Amory, MS 38821, USA
Phone: (662) 256-4844
';var m_105dce1d1aed88877f7b1097e978f99e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harbor Financial of Amory',});m_105dce1d1aed88877f7b1097e978f99e['infowindow'] = new google.maps.InfoWindow({content: $l105dce1d1aed88877f7b1097e978f99e});var infowindow = new google.maps.InfoWindow({content: $l105dce1d1aed88877f7b1097e978f99e});google.maps.event.addListener(m_105dce1d1aed88877f7b1097e978f99e, 'click', function() {infowindow.open(map,m_105dce1d1aed88877f7b1097e978f99e);});$marker.push(m_105dce1d1aed88877f7b1097e978f99e);}});}google.maps.event.addDomListener(window, 'load', initialize);