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(36.8045,-114.071)};var g_0347b06839a9947476e2f970b3f07e66 = new google.maps.Geocoder();g_0347b06839a9947476e2f970b3f07e66.geocode( { 'address': "305 Calais Dr, Mesquite, NV 89027"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mesquite-NV-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('mesquite-NV-flagstar-bank'), mapOptions);}document.getElementById('f4a54b4e').innerHTML += ' | View Map';var $l0347b06839a9947476e2f970b3f07e66 = '

Flagstar Bank

Address: 305 Calais Dr, Mesquite, NV 89027
Phone: (702) 346-6933
';var m_0347b06839a9947476e2f970b3f07e66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_0347b06839a9947476e2f970b3f07e66['infowindow'] = new google.maps.InfoWindow({content: $l0347b06839a9947476e2f970b3f07e66});var infowindow = new google.maps.InfoWindow({content: $l0347b06839a9947476e2f970b3f07e66});google.maps.event.addListener(m_0347b06839a9947476e2f970b3f07e66, 'click', function() {infowindow.open(map,m_0347b06839a9947476e2f970b3f07e66);});$marker.push(m_0347b06839a9947476e2f970b3f07e66);}});}google.maps.event.addDomListener(window, 'load', initialize);