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.179,-76.8455)};var g_002572981e2eebd53b48809982cd3684 = new google.maps.Geocoder();g_002572981e2eebd53b48809982cd3684.geocode( { 'address': "7120 Minstrel Way #206a, Columbia, MD 21045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MD-churchill-mortgage-columbia').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MD-churchill-mortgage-columbia'), mapOptions);}document.getElementById('2ce17fc9').innerHTML += ' | View Map';var $l002572981e2eebd53b48809982cd3684 = '

Churchill Mortgage Columbia

Address: 7120 Minstrel Way #206a, Columbia, MD 21045, USA
Phone: (443) 393-3444
';var m_002572981e2eebd53b48809982cd3684 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Churchill Mortgage Columbia',});m_002572981e2eebd53b48809982cd3684['infowindow'] = new google.maps.InfoWindow({content: $l002572981e2eebd53b48809982cd3684});var infowindow = new google.maps.InfoWindow({content: $l002572981e2eebd53b48809982cd3684});google.maps.event.addListener(m_002572981e2eebd53b48809982cd3684, 'click', function() {infowindow.open(map,m_002572981e2eebd53b48809982cd3684);});$marker.push(m_002572981e2eebd53b48809982cd3684);}});}google.maps.event.addDomListener(window, 'load', initialize);