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.1394,-75.2234)};var g_864f422121cb3c8541604cf5f8fe90e7 = new google.maps.Geocoder();g_864f422121cb3c8541604cf5f8fe90e7.geocode( { 'address': "715 Twining Rd, Dresher, PA 19025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dresher-PA-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('dresher-PA-flagstar-bank'), mapOptions);}document.getElementById('b913a2bf').innerHTML += ' | View Map';var $l864f422121cb3c8541604cf5f8fe90e7 = '

Flagstar Bank

Address: 715 Twining Rd, Dresher, PA 19025
Phone: (215) 887-1900
';var m_864f422121cb3c8541604cf5f8fe90e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_864f422121cb3c8541604cf5f8fe90e7['infowindow'] = new google.maps.InfoWindow({content: $l864f422121cb3c8541604cf5f8fe90e7});var infowindow = new google.maps.InfoWindow({content: $l864f422121cb3c8541604cf5f8fe90e7});google.maps.event.addListener(m_864f422121cb3c8541604cf5f8fe90e7, 'click', function() {infowindow.open(map,m_864f422121cb3c8541604cf5f8fe90e7);});$marker.push(m_864f422121cb3c8541604cf5f8fe90e7);}});}google.maps.event.addDomListener(window, 'load', initialize);