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.2048,-96.0457)};var g_73d99b7fc5d2d08eb5ba96f8c4187351 = new google.maps.Geocoder();g_73d99b7fc5d2d08eb5ba96f8c4187351.geocode( { 'address': "14222 Hillsdale St, Omaha, NE 68137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-american-payment-systems').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-american-payment-systems'), mapOptions);}document.getElementById('bedc29d5').innerHTML += ' | View Map';var $l73d99b7fc5d2d08eb5ba96f8c4187351 = '

American Payment Systems

Address: 14222 Hillsdale St, Omaha, NE 68137, USA
Phone: (402) 502-9985
';var m_73d99b7fc5d2d08eb5ba96f8c4187351 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Payment Systems',});m_73d99b7fc5d2d08eb5ba96f8c4187351['infowindow'] = new google.maps.InfoWindow({content: $l73d99b7fc5d2d08eb5ba96f8c4187351});var infowindow = new google.maps.InfoWindow({content: $l73d99b7fc5d2d08eb5ba96f8c4187351});google.maps.event.addListener(m_73d99b7fc5d2d08eb5ba96f8c4187351, 'click', function() {infowindow.open(map,m_73d99b7fc5d2d08eb5ba96f8c4187351);});$marker.push(m_73d99b7fc5d2d08eb5ba96f8c4187351);}});}google.maps.event.addDomListener(window, 'load', initialize);