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.2113,-75.0991)};var g_56132780ce731c8c7a038d02a08ffaf8 = new google.maps.Geocoder();g_56132780ce731c8c7a038d02a08ffaf8.geocode( { 'address': "755 York Rd # 103, Warminster, PA 18974, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warminster-PA-global-mortgage-networkinc').style.display = '';map = new google.maps.Map(document.getElementById('warminster-PA-global-mortgage-networkinc'), mapOptions);}document.getElementById('ff4e2246').innerHTML += ' | View Map';var $l56132780ce731c8c7a038d02a08ffaf8 = '

Global Mortgage Network,Inc.

Address: 755 York Rd # 103, Warminster, PA 18974, USA
Phone: (215) 957-6337
';var m_56132780ce731c8c7a038d02a08ffaf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Mortgage Network,Inc.',});m_56132780ce731c8c7a038d02a08ffaf8['infowindow'] = new google.maps.InfoWindow({content: $l56132780ce731c8c7a038d02a08ffaf8});var infowindow = new google.maps.InfoWindow({content: $l56132780ce731c8c7a038d02a08ffaf8});google.maps.event.addListener(m_56132780ce731c8c7a038d02a08ffaf8, 'click', function() {infowindow.open(map,m_56132780ce731c8c7a038d02a08ffaf8);});$marker.push(m_56132780ce731c8c7a038d02a08ffaf8);}});}google.maps.event.addDomListener(window, 'load', initialize);