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(31.8651,-82.5979)};var g_665189716a715d32f3a59e943c8ef51d = new google.maps.Geocoder();g_665189716a715d32f3a59e943c8ef51d.geocode( { 'address': "14 Hinson St, Hazlehurst, GA 31539, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazlehurst-GA-interstate-credit-union--hazlehurst-branch').style.display = '';map = new google.maps.Map(document.getElementById('hazlehurst-GA-interstate-credit-union--hazlehurst-branch'), mapOptions);}document.getElementById('c35ef82c').innerHTML += ' | View Map';var $l665189716a715d32f3a59e943c8ef51d = '

Interstate Credit Union -Hazlehurst Branch

Address: 14 Hinson St, Hazlehurst, GA 31539, USA
Phone: (912) 375-0640
';var m_665189716a715d32f3a59e943c8ef51d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Interstate Credit Union -Hazlehurst Branch',});m_665189716a715d32f3a59e943c8ef51d['infowindow'] = new google.maps.InfoWindow({content: $l665189716a715d32f3a59e943c8ef51d});var infowindow = new google.maps.InfoWindow({content: $l665189716a715d32f3a59e943c8ef51d});google.maps.event.addListener(m_665189716a715d32f3a59e943c8ef51d, 'click', function() {infowindow.open(map,m_665189716a715d32f3a59e943c8ef51d);});$marker.push(m_665189716a715d32f3a59e943c8ef51d);}});}google.maps.event.addDomListener(window, 'load', initialize);