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.4053,-86.6629)};var g_dac32839a9f0baae954b41abee610cc0 = new google.maps.Geocoder();g_dac32839a9f0baae954b41abee610cc0.geocode( { 'address': "5511 US-280, Birmingham, AL 35242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-salter-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-salter-mortgage-group'), mapOptions);}document.getElementById('2d49b6bc').innerHTML += ' | View Map';var $ldac32839a9f0baae954b41abee610cc0 = '

Salter Mortgage Group

Address: 5511 US-280, Birmingham, AL 35242, USA
Phone: (205) 281-8464
';var m_dac32839a9f0baae954b41abee610cc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salter Mortgage Group',});m_dac32839a9f0baae954b41abee610cc0['infowindow'] = new google.maps.InfoWindow({content: $ldac32839a9f0baae954b41abee610cc0});var infowindow = new google.maps.InfoWindow({content: $ldac32839a9f0baae954b41abee610cc0});google.maps.event.addListener(m_dac32839a9f0baae954b41abee610cc0, 'click', function() {infowindow.open(map,m_dac32839a9f0baae954b41abee610cc0);});$marker.push(m_dac32839a9f0baae954b41abee610cc0);}});}google.maps.event.addDomListener(window, 'load', initialize);