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.8971,-88.9988)};var g_09d89e7a955694ecbdf95c867344eacf = new google.maps.Geocoder();g_09d89e7a955694ecbdf95c867344eacf.geocode( { 'address': "106 N Jefferson St, Houston, MS 38851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-MS-new-horizons-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-MS-new-horizons-credit-union'), mapOptions);}document.getElementById('38e0a09e').innerHTML += ' | View Map';var $l09d89e7a955694ecbdf95c867344eacf = '

New Horizons Credit Union

Address: 106 N Jefferson St, Houston, MS 38851, USA
Phone: (662) 456-7165
';var m_09d89e7a955694ecbdf95c867344eacf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizons Credit Union',});m_09d89e7a955694ecbdf95c867344eacf['infowindow'] = new google.maps.InfoWindow({content: $l09d89e7a955694ecbdf95c867344eacf});var infowindow = new google.maps.InfoWindow({content: $l09d89e7a955694ecbdf95c867344eacf});google.maps.event.addListener(m_09d89e7a955694ecbdf95c867344eacf, 'click', function() {infowindow.open(map,m_09d89e7a955694ecbdf95c867344eacf);});$marker.push(m_09d89e7a955694ecbdf95c867344eacf);}});}google.maps.event.addDomListener(window, 'load', initialize);