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.1485,-114.626)};var g_900245b439fc98341ca28d3323241e7d = new google.maps.Geocoder();g_900245b439fc98341ca28d3323241e7d.geocode( { 'address': "3100 Needles Hwy, Laughlin, NV 89029"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laughlin-NV-mutual-of-omaha-bank').style.display = '';map = new google.maps.Map(document.getElementById('laughlin-NV-mutual-of-omaha-bank'), mapOptions);}document.getElementById('b3f11038').innerHTML += ' | View Map';var $l900245b439fc98341ca28d3323241e7d = '

Mutual Of Omaha Bank

Address: 3100 Needles Hwy, Laughlin, NV 89029
Phone: (928) 758-5050
';var m_900245b439fc98341ca28d3323241e7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mutual Of Omaha Bank',});m_900245b439fc98341ca28d3323241e7d['infowindow'] = new google.maps.InfoWindow({content: $l900245b439fc98341ca28d3323241e7d});var infowindow = new google.maps.InfoWindow({content: $l900245b439fc98341ca28d3323241e7d});google.maps.event.addListener(m_900245b439fc98341ca28d3323241e7d, 'click', function() {infowindow.open(map,m_900245b439fc98341ca28d3323241e7d);});$marker.push(m_900245b439fc98341ca28d3323241e7d);}});}google.maps.event.addDomListener(window, 'load', initialize);