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(39.4746,-76.6366)};var g_3da4d62bd4583061232551fb9a4d7727 = new google.maps.Geocoder();g_3da4d62bd4583061232551fb9a4d7727.geocode( { 'address': "111 Warren Rd #10a, Cockeysville, MD 21030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cockeysville-MD-alliance-mortgage-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('cockeysville-MD-alliance-mortgage-funding-inc'), mapOptions);}document.getElementById('1fb13d42').innerHTML += ' | View Map';var $l3da4d62bd4583061232551fb9a4d7727 = '

Alliance Mortgage Funding, Inc.

Address: 111 Warren Rd #10a, Cockeysville, MD 21030, USA
Phone: (410) 683-1500
';var m_3da4d62bd4583061232551fb9a4d7727 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Mortgage Funding, Inc.',});m_3da4d62bd4583061232551fb9a4d7727['infowindow'] = new google.maps.InfoWindow({content: $l3da4d62bd4583061232551fb9a4d7727});var infowindow = new google.maps.InfoWindow({content: $l3da4d62bd4583061232551fb9a4d7727});google.maps.event.addListener(m_3da4d62bd4583061232551fb9a4d7727, 'click', function() {infowindow.open(map,m_3da4d62bd4583061232551fb9a4d7727);});$marker.push(m_3da4d62bd4583061232551fb9a4d7727);}});}google.maps.event.addDomListener(window, 'load', initialize);