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.2622,-95.9313)};var g_f31082e467a8ed9391c616ebdcf39a9f = new google.maps.Geocoder();g_f31082e467a8ed9391c616ebdcf39a9f.geocode( { 'address': "3930 S 147th St, Omaha, NE 68144"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-commerce-bank'), mapOptions);}document.getElementById('4987790a').innerHTML += ' | View Map';var $lf31082e467a8ed9391c616ebdcf39a9f = '

Commerce Bank

Address: 3930 S 147th St, Omaha, NE 68144
Phone: (402) 691-7800
';var m_f31082e467a8ed9391c616ebdcf39a9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_f31082e467a8ed9391c616ebdcf39a9f['infowindow'] = new google.maps.InfoWindow({content: $lf31082e467a8ed9391c616ebdcf39a9f});var infowindow = new google.maps.InfoWindow({content: $lf31082e467a8ed9391c616ebdcf39a9f});google.maps.event.addListener(m_f31082e467a8ed9391c616ebdcf39a9f, 'click', function() {infowindow.open(map,m_f31082e467a8ed9391c616ebdcf39a9f);});$marker.push(m_f31082e467a8ed9391c616ebdcf39a9f);}});}google.maps.event.addDomListener(window, 'load', initialize);