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.1432,-115.264)};var g_17f200f19be2d74cabcc2b71fc978b2a = new google.maps.Geocoder();g_17f200f19be2d74cabcc2b71fc978b2a.geocode( { 'address': "7985 W Sahara Ave, Las Vegas, NV 89117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-unify-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-unify-financial-credit-union'), mapOptions);}document.getElementById('4571e95e').innerHTML += ' | View Map';var $l17f200f19be2d74cabcc2b71fc978b2a = '

UNIFY Financial Credit Union

Address: 7985 W Sahara Ave, Las Vegas, NV 89117, USA
Phone: (877) 254-9328
';var m_17f200f19be2d74cabcc2b71fc978b2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UNIFY Financial Credit Union',});m_17f200f19be2d74cabcc2b71fc978b2a['infowindow'] = new google.maps.InfoWindow({content: $l17f200f19be2d74cabcc2b71fc978b2a});var infowindow = new google.maps.InfoWindow({content: $l17f200f19be2d74cabcc2b71fc978b2a});google.maps.event.addListener(m_17f200f19be2d74cabcc2b71fc978b2a, 'click', function() {infowindow.open(map,m_17f200f19be2d74cabcc2b71fc978b2a);});$marker.push(m_17f200f19be2d74cabcc2b71fc978b2a);}});}google.maps.event.addDomListener(window, 'load', initialize);