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(39.8504,-86.121)};var g_9c75e36585c849bbac315c81661b0821 = new google.maps.Geocoder();g_9c75e36585c849bbac315c81661b0821.geocode( { 'address': "5348 N Tacoma Ave, Indianapolis, IN 46220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-virtual-payment-systems').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-virtual-payment-systems'), mapOptions);}document.getElementById('e62f2df3').innerHTML += ' | View Map';var $l9c75e36585c849bbac315c81661b0821 = '

Virtual Payment Systems

Address: 5348 N Tacoma Ave, Indianapolis, IN 46220, USA
Phone: (866) 637-6125
';var m_9c75e36585c849bbac315c81661b0821 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virtual Payment Systems',});m_9c75e36585c849bbac315c81661b0821['infowindow'] = new google.maps.InfoWindow({content: $l9c75e36585c849bbac315c81661b0821});var infowindow = new google.maps.InfoWindow({content: $l9c75e36585c849bbac315c81661b0821});google.maps.event.addListener(m_9c75e36585c849bbac315c81661b0821, 'click', function() {infowindow.open(map,m_9c75e36585c849bbac315c81661b0821);});$marker.push(m_9c75e36585c849bbac315c81661b0821);}});}google.maps.event.addDomListener(window, 'load', initialize);