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.2391,-115.158)};var g_bb50438c139ae646bbfb9883c9f41177 = new google.maps.Geocoder();g_bb50438c139ae646bbfb9883c9f41177.geocode( { 'address': "1225 W Craig Rd, North Las Vegas, NV 89032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-las-vegas-NV-america-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-las-vegas-NV-america-first-credit-union'), mapOptions);}document.getElementById('094d57af').innerHTML += ' | View Map';var $lbb50438c139ae646bbfb9883c9f41177 = '

America First Credit Union

Address: 1225 W Craig Rd, North Las Vegas, NV 89032, USA
Phone: (702) 968-1100
';var m_bb50438c139ae646bbfb9883c9f41177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union',});m_bb50438c139ae646bbfb9883c9f41177['infowindow'] = new google.maps.InfoWindow({content: $lbb50438c139ae646bbfb9883c9f41177});var infowindow = new google.maps.InfoWindow({content: $lbb50438c139ae646bbfb9883c9f41177});google.maps.event.addListener(m_bb50438c139ae646bbfb9883c9f41177, 'click', function() {infowindow.open(map,m_bb50438c139ae646bbfb9883c9f41177);});$marker.push(m_bb50438c139ae646bbfb9883c9f41177);}});}google.maps.event.addDomListener(window, 'load', initialize);