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.6438,-88.6651)};var g_d1f491a404d6854880943e5c3cd9ca25 = new google.maps.Geocoder();g_d1f491a404d6854880943e5c3cd9ca25.geocode( { 'address': "7290 US Hwy 45 Alt, West Point, MS 39773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-point-MS-new-horizons-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-point-MS-new-horizons-credit-union'), mapOptions);}document.getElementById('aeb07d04').innerHTML += ' | View Map';var $ld1f491a404d6854880943e5c3cd9ca25 = '

New Horizon's Credit Union

Address: 7290 US Hwy 45 Alt, West Point, MS 39773, USA
Phone: (662) 494-7700
';var m_d1f491a404d6854880943e5c3cd9ca25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizon's Credit Union',});m_d1f491a404d6854880943e5c3cd9ca25['infowindow'] = new google.maps.InfoWindow({content: $ld1f491a404d6854880943e5c3cd9ca25});var infowindow = new google.maps.InfoWindow({content: $ld1f491a404d6854880943e5c3cd9ca25});google.maps.event.addListener(m_d1f491a404d6854880943e5c3cd9ca25, 'click', function() {infowindow.open(map,m_d1f491a404d6854880943e5c3cd9ca25);});$marker.push(m_d1f491a404d6854880943e5c3cd9ca25);}});}google.maps.event.addDomListener(window, 'load', initialize);