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(39.7409,-92.4649)};var g_d0536786bcc35ecb3585bd0d70e24c75 = new google.maps.Geocoder();g_d0536786bcc35ecb3585bd0d70e24c75.geocode( { 'address': "310 N Missouri St, Macon, MO 63552, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-MO-horizon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('macon-MO-horizon-credit-union'), mapOptions);}document.getElementById('2e83f853').innerHTML += ' | View Map';var $ld0536786bcc35ecb3585bd0d70e24c75 = '

Horizon Credit Union

Address: 310 N Missouri St, Macon, MO 63552, USA
Phone: (660) 385-8205
';var m_d0536786bcc35ecb3585bd0d70e24c75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Credit Union',});m_d0536786bcc35ecb3585bd0d70e24c75['infowindow'] = new google.maps.InfoWindow({content: $ld0536786bcc35ecb3585bd0d70e24c75});var infowindow = new google.maps.InfoWindow({content: $ld0536786bcc35ecb3585bd0d70e24c75});google.maps.event.addListener(m_d0536786bcc35ecb3585bd0d70e24c75, 'click', function() {infowindow.open(map,m_d0536786bcc35ecb3585bd0d70e24c75);});$marker.push(m_d0536786bcc35ecb3585bd0d70e24c75);}});}google.maps.event.addDomListener(window, 'load', initialize);