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.2772,-96.0462)};var g_66520152e71d698a1a1b0448cd9d7402 = new google.maps.Geocoder();g_66520152e71d698a1a1b0448cd9d7402.geocode( { 'address': "8429 Blondo St, Omaha, NE 68134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-general-service-bureau-inc').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-general-service-bureau-inc'), mapOptions);}document.getElementById('54aa4322').innerHTML += ' | View Map';var $l66520152e71d698a1a1b0448cd9d7402 = '

General Service Bureau Inc

Address: 8429 Blondo St, Omaha, NE 68134, USA
Phone: (402) 255-5025
';var m_66520152e71d698a1a1b0448cd9d7402 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'General Service Bureau Inc',});m_66520152e71d698a1a1b0448cd9d7402['infowindow'] = new google.maps.InfoWindow({content: $l66520152e71d698a1a1b0448cd9d7402});var infowindow = new google.maps.InfoWindow({content: $l66520152e71d698a1a1b0448cd9d7402});google.maps.event.addListener(m_66520152e71d698a1a1b0448cd9d7402, 'click', function() {infowindow.open(map,m_66520152e71d698a1a1b0448cd9d7402);});$marker.push(m_66520152e71d698a1a1b0448cd9d7402);}});}google.maps.event.addDomListener(window, 'load', initialize);