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(40.1642,-85.3813)};var g_00ad457d4a6e56040276dca66b21f4d1 = new google.maps.Geocoder();g_00ad457d4a6e56040276dca66b21f4d1.geocode( { 'address': "3230 S Madison St, Muncie, IN 47302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncie-IN-prime-trust-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muncie-IN-prime-trust-federal-credit-union'), mapOptions);}document.getElementById('e7f14f33').innerHTML += ' | View Map';var $l00ad457d4a6e56040276dca66b21f4d1 = '

Prime Trust Federal Credit Union

Address: 3230 S Madison St, Muncie, IN 47302, USA
Phone: (765) 289-2148
';var m_00ad457d4a6e56040276dca66b21f4d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Trust Federal Credit Union',});m_00ad457d4a6e56040276dca66b21f4d1['infowindow'] = new google.maps.InfoWindow({content: $l00ad457d4a6e56040276dca66b21f4d1});var infowindow = new google.maps.InfoWindow({content: $l00ad457d4a6e56040276dca66b21f4d1});google.maps.event.addListener(m_00ad457d4a6e56040276dca66b21f4d1, 'click', function() {infowindow.open(map,m_00ad457d4a6e56040276dca66b21f4d1);});$marker.push(m_00ad457d4a6e56040276dca66b21f4d1);}});}google.maps.event.addDomListener(window, 'load', initialize);