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.4374,-86.7239)};var g_5452a60329b853edc5b4d4c8d331d025 = new google.maps.Geocoder();g_5452a60329b853edc5b4d4c8d331d025.geocode( { 'address': "1 Perimeter Park S #130, Birmingham, AL 35243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-tjc-mortgage-inc---birmingham-al').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-tjc-mortgage-inc---birmingham-al'), mapOptions);}document.getElementById('2ff5bf5a').innerHTML += ' | View Map';var $l5452a60329b853edc5b4d4c8d331d025 = '

TJC Mortgage, Inc. - Birmingham AL

Address: 1 Perimeter Park S #130, Birmingham, AL 35243, USA
Phone: (205) 815-9200
';var m_5452a60329b853edc5b4d4c8d331d025 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TJC Mortgage, Inc. - Birmingham AL',});m_5452a60329b853edc5b4d4c8d331d025['infowindow'] = new google.maps.InfoWindow({content: $l5452a60329b853edc5b4d4c8d331d025});var infowindow = new google.maps.InfoWindow({content: $l5452a60329b853edc5b4d4c8d331d025});google.maps.event.addListener(m_5452a60329b853edc5b4d4c8d331d025, 'click', function() {infowindow.open(map,m_5452a60329b853edc5b4d4c8d331d025);});$marker.push(m_5452a60329b853edc5b4d4c8d331d025);}});}google.maps.event.addDomListener(window, 'load', initialize);