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.6672,-84.9896)};var g_584e85adc0d3799098dbd7be9f775a85 = new google.maps.Geocoder();g_584e85adc0d3799098dbd7be9f775a85.geocode( { 'address': "330 N Gerald Lett Ave, Angola, IN 46703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angola-IN-jack-henry-associate-inc').style.display = '';map = new google.maps.Map(document.getElementById('angola-IN-jack-henry-associate-inc'), mapOptions);}document.getElementById('da716723').innerHTML += ' | View Map';var $l584e85adc0d3799098dbd7be9f775a85 = '

Jack Henry & Associate Inc

Address: 330 N Gerald Lett Ave, Angola, IN 46703
Phone: (260) 665-9552
';var m_584e85adc0d3799098dbd7be9f775a85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jack Henry & Associate Inc',});m_584e85adc0d3799098dbd7be9f775a85['infowindow'] = new google.maps.InfoWindow({content: $l584e85adc0d3799098dbd7be9f775a85});var infowindow = new google.maps.InfoWindow({content: $l584e85adc0d3799098dbd7be9f775a85});google.maps.event.addListener(m_584e85adc0d3799098dbd7be9f775a85, 'click', function() {infowindow.open(map,m_584e85adc0d3799098dbd7be9f775a85);});$marker.push(m_584e85adc0d3799098dbd7be9f775a85);}});}google.maps.event.addDomListener(window, 'load', initialize);