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.9675,-75.5562)};var g_79cdaf1ae680b7cc7301383017714554 = new google.maps.Geocoder();g_79cdaf1ae680b7cc7301383017714554.geocode( { 'address': "1240 West Chester Pike #212, West Chester, PA 19382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-PA-c-m-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-PA-c-m-mortgage-services-inc'), mapOptions);}document.getElementById('21f1584f').innerHTML += ' | View Map';var $l79cdaf1ae680b7cc7301383017714554 = '

C M Mortgage Services Inc

Address: 1240 West Chester Pike #212, West Chester, PA 19382, USA
Phone: (610) 430-6852
';var m_79cdaf1ae680b7cc7301383017714554 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C M Mortgage Services Inc',});m_79cdaf1ae680b7cc7301383017714554['infowindow'] = new google.maps.InfoWindow({content: $l79cdaf1ae680b7cc7301383017714554});var infowindow = new google.maps.InfoWindow({content: $l79cdaf1ae680b7cc7301383017714554});google.maps.event.addListener(m_79cdaf1ae680b7cc7301383017714554, 'click', function() {infowindow.open(map,m_79cdaf1ae680b7cc7301383017714554);});$marker.push(m_79cdaf1ae680b7cc7301383017714554);}});}google.maps.event.addDomListener(window, 'load', initialize);