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.4492,-97.372)};var g_4c32ad344b09ff872f942b6d2196e720 = new google.maps.Geocoder();g_4c32ad344b09ff872f942b6d2196e720.geocode( { 'address': "3154 18th Ave, Columbus, NE 68601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-NE-pacific-premier-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-NE-pacific-premier-bank'), mapOptions);}document.getElementById('0a53b5d9').innerHTML += ' | View Map';var $l4c32ad344b09ff872f942b6d2196e720 = '

Pacific Premier Bank

Address: 3154 18th Ave, Columbus, NE 68601
Phone: (402) 562-6727
';var m_4c32ad344b09ff872f942b6d2196e720 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Premier Bank',});m_4c32ad344b09ff872f942b6d2196e720['infowindow'] = new google.maps.InfoWindow({content: $l4c32ad344b09ff872f942b6d2196e720});var infowindow = new google.maps.InfoWindow({content: $l4c32ad344b09ff872f942b6d2196e720});google.maps.event.addListener(m_4c32ad344b09ff872f942b6d2196e720, 'click', function() {infowindow.open(map,m_4c32ad344b09ff872f942b6d2196e720);});$marker.push(m_4c32ad344b09ff872f942b6d2196e720);}});}google.maps.event.addDomListener(window, 'load', initialize);