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.1513,-88.5547)};var g_e782827a8992299906c49b28472a2fd3 = new google.maps.Geocoder();g_e782827a8992299906c49b28472a2fd3.geocode( { 'address': "203 Sportsplex Drive, Macon, MS 39341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-MS-hope-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('macon-MS-hope-credit-union'), mapOptions);}document.getElementById('e884ed66').innerHTML += ' | View Map';var $le782827a8992299906c49b28472a2fd3 = '

Hope Credit Union

Address: 203 Sportsplex Drive, Macon, MS 39341, USA
Phone: (662) 726-9177
';var m_e782827a8992299906c49b28472a2fd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hope Credit Union',});m_e782827a8992299906c49b28472a2fd3['infowindow'] = new google.maps.InfoWindow({content: $le782827a8992299906c49b28472a2fd3});var infowindow = new google.maps.InfoWindow({content: $le782827a8992299906c49b28472a2fd3});google.maps.event.addListener(m_e782827a8992299906c49b28472a2fd3, 'click', function() {infowindow.open(map,m_e782827a8992299906c49b28472a2fd3);});$marker.push(m_e782827a8992299906c49b28472a2fd3);}});}google.maps.event.addDomListener(window, 'load', initialize);