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(40.674,-80.0965)};var g_7d4404db08349cf4298936b3dcad6977 = new google.maps.Geocoder();g_7d4404db08349cf4298936b3dcad6977.geocode( { 'address': "1160 Dutilh Rd # 100, Mars, PA 16046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mars-PA-first-choice-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('mars-PA-first-choice-mortgage-services-inc'), mapOptions);}document.getElementById('23489e27').innerHTML += ' | View Map';var $l7d4404db08349cf4298936b3dcad6977 = '

First Choice Mortgage Services Inc

Address: 1160 Dutilh Rd # 100, Mars, PA 16046, USA
Phone: (724) 772-2022
';var m_7d4404db08349cf4298936b3dcad6977 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Mortgage Services Inc',});m_7d4404db08349cf4298936b3dcad6977['infowindow'] = new google.maps.InfoWindow({content: $l7d4404db08349cf4298936b3dcad6977});var infowindow = new google.maps.InfoWindow({content: $l7d4404db08349cf4298936b3dcad6977});google.maps.event.addListener(m_7d4404db08349cf4298936b3dcad6977, 'click', function() {infowindow.open(map,m_7d4404db08349cf4298936b3dcad6977);});$marker.push(m_7d4404db08349cf4298936b3dcad6977);}});}google.maps.event.addDomListener(window, 'load', initialize);