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(31.5789,-84.1582)};var g_67fe0f66449e31fdafdc3505c37d6acb = new google.maps.Geocoder();g_67fe0f66449e31fdafdc3505c37d6acb.geocode( { 'address': "425 Pine Ave, Albany, GA 31701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-consolidated-loan--mortgage').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-consolidated-loan--mortgage'), mapOptions);}document.getElementById('8442c744').innerHTML += ' | View Map';var $l67fe0f66449e31fdafdc3505c37d6acb = '

Consolidated Loan & Mortgage

Address: 425 Pine Ave, Albany, GA 31701, USA
Phone: (229) 435-4541
';var m_67fe0f66449e31fdafdc3505c37d6acb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consolidated Loan & Mortgage',});m_67fe0f66449e31fdafdc3505c37d6acb['infowindow'] = new google.maps.InfoWindow({content: $l67fe0f66449e31fdafdc3505c37d6acb});var infowindow = new google.maps.InfoWindow({content: $l67fe0f66449e31fdafdc3505c37d6acb});google.maps.event.addListener(m_67fe0f66449e31fdafdc3505c37d6acb, 'click', function() {infowindow.open(map,m_67fe0f66449e31fdafdc3505c37d6acb);});$marker.push(m_67fe0f66449e31fdafdc3505c37d6acb);}});}google.maps.event.addDomListener(window, 'load', initialize);