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.2582,-95.9808)};var g_c28e5b0c9841b5ef396f9f519bf6c217 = new google.maps.Geocoder();g_c28e5b0c9841b5ef396f9f519bf6c217.geocode( { 'address': "4444 Farnam St, Omaha, NE 68131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-james-m-murphy-jr---bancwest-investment-services-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-james-m-murphy-jr---bancwest-investment-services-financial-advisor'), mapOptions);}document.getElementById('436429e3').innerHTML += ' | View Map';var $lc28e5b0c9841b5ef396f9f519bf6c217 = '

James M Murphy, Jr. - BancWest Investment Services Financial Advisor

Address: 4444 Farnam St, Omaha, NE 68131, USA
Phone: (402) 918-5698
';var m_c28e5b0c9841b5ef396f9f519bf6c217 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'James M Murphy, Jr. - BancWest Investment Services Financial Advisor',});m_c28e5b0c9841b5ef396f9f519bf6c217['infowindow'] = new google.maps.InfoWindow({content: $lc28e5b0c9841b5ef396f9f519bf6c217});var infowindow = new google.maps.InfoWindow({content: $lc28e5b0c9841b5ef396f9f519bf6c217});google.maps.event.addListener(m_c28e5b0c9841b5ef396f9f519bf6c217, 'click', function() {infowindow.open(map,m_c28e5b0c9841b5ef396f9f519bf6c217);});$marker.push(m_c28e5b0c9841b5ef396f9f519bf6c217);}});}google.maps.event.addDomListener(window, 'load', initialize);