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(40.8678,-97.5903)};var g_678fd08ac5992868f54b82240a80d0be = new google.maps.Geocoder();g_678fd08ac5992868f54b82240a80d0be.geocode( { 'address': "306 E 7th St, York, NE 68467, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-NE-kopsa-otte-associates-llc').style.display = '';map = new google.maps.Map(document.getElementById('york-NE-kopsa-otte-associates-llc'), mapOptions);}document.getElementById('54423a6b').innerHTML += ' | View Map';var $l678fd08ac5992868f54b82240a80d0be = '

Kopsa Otte Associates LLC

Address: 306 E 7th St, York, NE 68467, USA
Phone: (402) 362-6636
';var m_678fd08ac5992868f54b82240a80d0be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kopsa Otte Associates LLC',});m_678fd08ac5992868f54b82240a80d0be['infowindow'] = new google.maps.InfoWindow({content: $l678fd08ac5992868f54b82240a80d0be});var infowindow = new google.maps.InfoWindow({content: $l678fd08ac5992868f54b82240a80d0be});google.maps.event.addListener(m_678fd08ac5992868f54b82240a80d0be, 'click', function() {infowindow.open(map,m_678fd08ac5992868f54b82240a80d0be);});$marker.push(m_678fd08ac5992868f54b82240a80d0be);}});}google.maps.event.addDomListener(window, 'load', initialize);