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.2495,-96.0814)};var g_dff71c963eb6bf19243c630a38b50b4f = new google.maps.Geocoder();g_dff71c963eb6bf19243c630a38b50b4f.geocode( { 'address': "10730 Pacific St #100, Omaha, NE 68114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-burke-smith-law').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-burke-smith-law'), mapOptions);}document.getElementById('4d0cf3d3').innerHTML += ' | View Map';var $ldff71c963eb6bf19243c630a38b50b4f = '

Burke Smith Law

Address: 10730 Pacific St #100, Omaha, NE 68114, USA
Phone: (402) 718-8865
';var m_dff71c963eb6bf19243c630a38b50b4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Burke Smith Law',});m_dff71c963eb6bf19243c630a38b50b4f['infowindow'] = new google.maps.InfoWindow({content: $ldff71c963eb6bf19243c630a38b50b4f});var infowindow = new google.maps.InfoWindow({content: $ldff71c963eb6bf19243c630a38b50b4f});google.maps.event.addListener(m_dff71c963eb6bf19243c630a38b50b4f, 'click', function() {infowindow.open(map,m_dff71c963eb6bf19243c630a38b50b4f);});$marker.push(m_dff71c963eb6bf19243c630a38b50b4f);}});}google.maps.event.addDomListener(window, 'load', initialize);