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.9443,-86.0194)};var g_b09c6c4112651be0487a3a20c8e48b0a = new google.maps.Geocoder();g_b09c6c4112651be0487a3a20c8e48b0a.geocode( { 'address': "10735 Sky Prairie St #300, Fishers, IN 46038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fishers-IN-citizens-state-bank---loan-office').style.display = '';map = new google.maps.Map(document.getElementById('fishers-IN-citizens-state-bank---loan-office'), mapOptions);}document.getElementById('9d667d8f').innerHTML += ' | View Map';var $lb09c6c4112651be0487a3a20c8e48b0a = '

Citizens State Bank - Loan Office

Address: 10735 Sky Prairie St #300, Fishers, IN 46038, USA
Phone: (888) 529-5450
';var m_b09c6c4112651be0487a3a20c8e48b0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank - Loan Office',});m_b09c6c4112651be0487a3a20c8e48b0a['infowindow'] = new google.maps.InfoWindow({content: $lb09c6c4112651be0487a3a20c8e48b0a});var infowindow = new google.maps.InfoWindow({content: $lb09c6c4112651be0487a3a20c8e48b0a});google.maps.event.addListener(m_b09c6c4112651be0487a3a20c8e48b0a, 'click', function() {infowindow.open(map,m_b09c6c4112651be0487a3a20c8e48b0a);});$marker.push(m_b09c6c4112651be0487a3a20c8e48b0a);}});}google.maps.event.addDomListener(window, 'load', initialize);