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(35.2005,-106.643)};var g_e07413354875be01a996dc560274708e = new google.maps.Geocoder();g_e07413354875be01a996dc560274708e.geocode( { 'address': "6100 Seagull St NE, Albuquerque, NM 87109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-flagstar-bank'), mapOptions);}document.getElementById('c8e0658b').innerHTML += ' | View Map';var $le07413354875be01a996dc560274708e = '

Flagstar Bank

Address: 6100 Seagull St NE, Albuquerque, NM 87109
Phone: (505) 797-0500
';var m_e07413354875be01a996dc560274708e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_e07413354875be01a996dc560274708e['infowindow'] = new google.maps.InfoWindow({content: $le07413354875be01a996dc560274708e});var infowindow = new google.maps.InfoWindow({content: $le07413354875be01a996dc560274708e});google.maps.event.addListener(m_e07413354875be01a996dc560274708e, 'click', function() {infowindow.open(map,m_e07413354875be01a996dc560274708e);});$marker.push(m_e07413354875be01a996dc560274708e);}});}google.maps.event.addDomListener(window, 'load', initialize);