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(41.2665,-96.1206)};var g_72f8185cbf1d07980c2868d658271349 = new google.maps.Geocoder();g_72f8185cbf1d07980c2868d658271349.geocode( { 'address': "13220 California St, Omaha, NE 68154, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-ben-hanssen---bancwest-investment-services-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-ben-hanssen---bancwest-investment-services-financial-advisor'), mapOptions);}document.getElementById('cf46c8a6').innerHTML += ' | View Map';var $l72f8185cbf1d07980c2868d658271349 = '

Ben Hanssen - BancWest Investment Services Financial Advisor

Address: 13220 California St, Omaha, NE 68154, USA
Phone: (402) 918-4074
';var m_72f8185cbf1d07980c2868d658271349 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ben Hanssen - BancWest Investment Services Financial Advisor',});m_72f8185cbf1d07980c2868d658271349['infowindow'] = new google.maps.InfoWindow({content: $l72f8185cbf1d07980c2868d658271349});var infowindow = new google.maps.InfoWindow({content: $l72f8185cbf1d07980c2868d658271349});google.maps.event.addListener(m_72f8185cbf1d07980c2868d658271349, 'click', function() {infowindow.open(map,m_72f8185cbf1d07980c2868d658271349);});$marker.push(m_72f8185cbf1d07980c2868d658271349);}});}google.maps.event.addDomListener(window, 'load', initialize);