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.4455,-85.7116)};var g_c00f093844dcc571a1b89e155bba4e73 = new google.maps.Geocoder();g_c00f093844dcc571a1b89e155bba4e73.geocode( { 'address': "2311 Gault Ave N, Fort Payne, AL 35967"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-payne-AL-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-payne-AL-compass-bank'), mapOptions);}document.getElementById('7370ba31').innerHTML += ' | View Map';var $lc00f093844dcc571a1b89e155bba4e73 = '

Compass Bank

Address: 2311 Gault Ave N, Fort Payne, AL 35967
Phone: (256) 845-7151
';var m_c00f093844dcc571a1b89e155bba4e73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_c00f093844dcc571a1b89e155bba4e73['infowindow'] = new google.maps.InfoWindow({content: $lc00f093844dcc571a1b89e155bba4e73});var infowindow = new google.maps.InfoWindow({content: $lc00f093844dcc571a1b89e155bba4e73});google.maps.event.addListener(m_c00f093844dcc571a1b89e155bba4e73, 'click', function() {infowindow.open(map,m_c00f093844dcc571a1b89e155bba4e73);});$marker.push(m_c00f093844dcc571a1b89e155bba4e73);}});}google.maps.event.addDomListener(window, 'load', initialize);