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.9196,-85.3403)};var g_cbf58b1eaf9036896b5f53f8769f2b6c = new google.maps.Geocoder();g_cbf58b1eaf9036896b5f53f8769f2b6c.geocode( { 'address': "403 Parkview Dr, New Castle, IN 47362"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-IN-star-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-IN-star-financial-bank'), mapOptions);}document.getElementById('0fe8ae51').innerHTML += ' | View Map';var $lcbf58b1eaf9036896b5f53f8769f2b6c = '

STAR Financial Bank

Address: 403 Parkview Dr, New Castle, IN 47362
Phone: (765) 593-5100
';var m_cbf58b1eaf9036896b5f53f8769f2b6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'STAR Financial Bank',});m_cbf58b1eaf9036896b5f53f8769f2b6c['infowindow'] = new google.maps.InfoWindow({content: $lcbf58b1eaf9036896b5f53f8769f2b6c});var infowindow = new google.maps.InfoWindow({content: $lcbf58b1eaf9036896b5f53f8769f2b6c});google.maps.event.addListener(m_cbf58b1eaf9036896b5f53f8769f2b6c, 'click', function() {infowindow.open(map,m_cbf58b1eaf9036896b5f53f8769f2b6c);});$marker.push(m_cbf58b1eaf9036896b5f53f8769f2b6c);}});}google.maps.event.addDomListener(window, 'load', initialize);