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.259,-116.019)};var g_91218c77f8f780cc1b0e00f826b155b8 = new google.maps.Geocoder();g_91218c77f8f780cc1b0e00f826b155b8.geocode( { 'address': "3340 S Highway 160, Pahrump, NV 89048"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pahrump-NV-1st-international-bank').style.display = '';map = new google.maps.Map(document.getElementById('pahrump-NV-1st-international-bank'), mapOptions);}document.getElementById('abfc74f6').innerHTML += ' | View Map';var $l91218c77f8f780cc1b0e00f826b155b8 = '

1st International Bank

Address: 3340 S Highway 160, Pahrump, NV 89048
Phone: (775) 751-1773
';var m_91218c77f8f780cc1b0e00f826b155b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st International Bank',});m_91218c77f8f780cc1b0e00f826b155b8['infowindow'] = new google.maps.InfoWindow({content: $l91218c77f8f780cc1b0e00f826b155b8});var infowindow = new google.maps.InfoWindow({content: $l91218c77f8f780cc1b0e00f826b155b8});google.maps.event.addListener(m_91218c77f8f780cc1b0e00f826b155b8, 'click', function() {infowindow.open(map,m_91218c77f8f780cc1b0e00f826b155b8);});$marker.push(m_91218c77f8f780cc1b0e00f826b155b8);}});}google.maps.event.addDomListener(window, 'load', initialize);