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.1777,-85.3917)};var g_eefaa3d4dc52daf8e97ba534d3470b34 = new google.maps.Geocoder();g_eefaa3d4dc52daf8e97ba534d3470b34.geocode( { 'address': "501 W Memorial Dr, Muncie, IN 47302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncie-IN-post-office-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muncie-IN-post-office-credit-union'), mapOptions);}document.getElementById('2f06c50f').innerHTML += ' | View Map';var $leefaa3d4dc52daf8e97ba534d3470b34 = '

Post Office Credit Union

Address: 501 W Memorial Dr, Muncie, IN 47302, USA
Phone: (765) 282-1309
';var m_eefaa3d4dc52daf8e97ba534d3470b34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Post Office Credit Union',});m_eefaa3d4dc52daf8e97ba534d3470b34['infowindow'] = new google.maps.InfoWindow({content: $leefaa3d4dc52daf8e97ba534d3470b34});var infowindow = new google.maps.InfoWindow({content: $leefaa3d4dc52daf8e97ba534d3470b34});google.maps.event.addListener(m_eefaa3d4dc52daf8e97ba534d3470b34, 'click', function() {infowindow.open(map,m_eefaa3d4dc52daf8e97ba534d3470b34);});$marker.push(m_eefaa3d4dc52daf8e97ba534d3470b34);}});}google.maps.event.addDomListener(window, 'load', initialize);