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.0011,-83.7242)};var g_0a11fb1ef9c2d18f62b0e07d66466447 = new google.maps.Geocoder();g_0a11fb1ef9c2d18f62b0e07d66466447.geocode( { 'address': "94 W Athens St, Winder, GA 30680"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winder-GA-verity-bank').style.display = '';map = new google.maps.Map(document.getElementById('winder-GA-verity-bank'), mapOptions);}document.getElementById('6fa07aed').innerHTML += ' | View Map';var $l0a11fb1ef9c2d18f62b0e07d66466447 = '

Verity Bank

Address: 94 W Athens St, Winder, GA 30680
Phone: (770) 867-3444
';var m_0a11fb1ef9c2d18f62b0e07d66466447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Verity Bank',});m_0a11fb1ef9c2d18f62b0e07d66466447['infowindow'] = new google.maps.InfoWindow({content: $l0a11fb1ef9c2d18f62b0e07d66466447});var infowindow = new google.maps.InfoWindow({content: $l0a11fb1ef9c2d18f62b0e07d66466447});google.maps.event.addListener(m_0a11fb1ef9c2d18f62b0e07d66466447, 'click', function() {infowindow.open(map,m_0a11fb1ef9c2d18f62b0e07d66466447);});$marker.push(m_0a11fb1ef9c2d18f62b0e07d66466447);}});}google.maps.event.addDomListener(window, 'load', initialize);