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(34.5518,-83.321)};var g_a18ba1c7d8c9c3668c400a2c91866241 = new google.maps.Geocoder();g_a18ba1c7d8c9c3668c400a2c91866241.geocode( { 'address': "1067 Mize Rd, Toccoa, GA 30577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toccoa-GA-north-georgia-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('toccoa-GA-north-georgia-credit-union'), mapOptions);}document.getElementById('39b13a40').innerHTML += ' | View Map';var $la18ba1c7d8c9c3668c400a2c91866241 = '

North Georgia Credit Union

Address: 1067 Mize Rd, Toccoa, GA 30577, USA
Phone: (706) 886-1441
';var m_a18ba1c7d8c9c3668c400a2c91866241 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Georgia Credit Union',});m_a18ba1c7d8c9c3668c400a2c91866241['infowindow'] = new google.maps.InfoWindow({content: $la18ba1c7d8c9c3668c400a2c91866241});var infowindow = new google.maps.InfoWindow({content: $la18ba1c7d8c9c3668c400a2c91866241});google.maps.event.addListener(m_a18ba1c7d8c9c3668c400a2c91866241, 'click', function() {infowindow.open(map,m_a18ba1c7d8c9c3668c400a2c91866241);});$marker.push(m_a18ba1c7d8c9c3668c400a2c91866241);}});}google.maps.event.addDomListener(window, 'load', initialize);