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.4649,-86.9142)};var g_47dda5c634d65036c6e65bd01825f66e = new google.maps.Geocoder();g_47dda5c634d65036c6e65bd01825f66e.geocode( { 'address': "7200 Aaron Aronov Dr, Fairfield, AL 35064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-AL-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-AL-compass-bank'), mapOptions);}document.getElementById('f5175441').innerHTML += ' | View Map';var $l47dda5c634d65036c6e65bd01825f66e = '

Compass Bank

Address: 7200 Aaron Aronov Dr, Fairfield, AL 35064, USA
Phone: (205) 933-3221
';var m_47dda5c634d65036c6e65bd01825f66e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_47dda5c634d65036c6e65bd01825f66e['infowindow'] = new google.maps.InfoWindow({content: $l47dda5c634d65036c6e65bd01825f66e});var infowindow = new google.maps.InfoWindow({content: $l47dda5c634d65036c6e65bd01825f66e});google.maps.event.addListener(m_47dda5c634d65036c6e65bd01825f66e, 'click', function() {infowindow.open(map,m_47dda5c634d65036c6e65bd01825f66e);});$marker.push(m_47dda5c634d65036c6e65bd01825f66e);}});}google.maps.event.addDomListener(window, 'load', initialize);