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.2891,-85.1979)};var g_a6ba5d15e471749a21e4ff6f3db8f7af = new google.maps.Geocoder();g_a6ba5d15e471749a21e4ff6f3db8f7af.geocode( { 'address': "1550 State Rd 46, Batesville, IN 47006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-IN-global-atlantic-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('batesville-IN-global-atlantic-financial-group'), mapOptions);}document.getElementById('64dd938a').innerHTML += ' | View Map';var $la6ba5d15e471749a21e4ff6f3db8f7af = '

Global Atlantic Financial Group

Address: 1550 State Rd 46, Batesville, IN 47006, USA
Phone: (812) 933-6600
';var m_a6ba5d15e471749a21e4ff6f3db8f7af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Atlantic Financial Group',});m_a6ba5d15e471749a21e4ff6f3db8f7af['infowindow'] = new google.maps.InfoWindow({content: $la6ba5d15e471749a21e4ff6f3db8f7af});var infowindow = new google.maps.InfoWindow({content: $la6ba5d15e471749a21e4ff6f3db8f7af});google.maps.event.addListener(m_a6ba5d15e471749a21e4ff6f3db8f7af, 'click', function() {infowindow.open(map,m_a6ba5d15e471749a21e4ff6f3db8f7af);});$marker.push(m_a6ba5d15e471749a21e4ff6f3db8f7af);}});}google.maps.event.addDomListener(window, 'load', initialize);