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.3852,-86.7383)};var g_56c82ccd658e09e829f16bb99457bcbc = new google.maps.Geocoder();g_56c82ccd658e09e829f16bb99457bcbc.geocode( { 'address': "4500 Valleydale Rd, Birmingham, AL 35244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-gagliano-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-gagliano-mortgage-inc'), mapOptions);}document.getElementById('8fd47877').innerHTML += ' | View Map';var $l56c82ccd658e09e829f16bb99457bcbc = '

Gagliano Mortgage, Inc.

Address: 4500 Valleydale Rd, Birmingham, AL 35244, USA
Phone: (205) 979-4412
';var m_56c82ccd658e09e829f16bb99457bcbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gagliano Mortgage, Inc.',});m_56c82ccd658e09e829f16bb99457bcbc['infowindow'] = new google.maps.InfoWindow({content: $l56c82ccd658e09e829f16bb99457bcbc});var infowindow = new google.maps.InfoWindow({content: $l56c82ccd658e09e829f16bb99457bcbc});google.maps.event.addListener(m_56c82ccd658e09e829f16bb99457bcbc, 'click', function() {infowindow.open(map,m_56c82ccd658e09e829f16bb99457bcbc);});$marker.push(m_56c82ccd658e09e829f16bb99457bcbc);}});}google.maps.event.addDomListener(window, 'load', initialize);