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.035,-84.2061)};var g_ebc52c59616af7800f2beee546111646 = new google.maps.Geocoder();g_ebc52c59616af7800f2beee546111646.geocode( { 'address': "2501 W Main St, Troy, OH 45373"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-OH-wright-pat-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('troy-OH-wright-pat-credit-union'), mapOptions);}document.getElementById('c696694d').innerHTML += ' | View Map';var $lebc52c59616af7800f2beee546111646 = '

Wright Pat Credit Union

Address: 2501 W Main St, Troy, OH 45373
Phone: (937) 335-6756
';var m_ebc52c59616af7800f2beee546111646 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wright Pat Credit Union',});m_ebc52c59616af7800f2beee546111646['infowindow'] = new google.maps.InfoWindow({content: $lebc52c59616af7800f2beee546111646});var infowindow = new google.maps.InfoWindow({content: $lebc52c59616af7800f2beee546111646});google.maps.event.addListener(m_ebc52c59616af7800f2beee546111646, 'click', function() {infowindow.open(map,m_ebc52c59616af7800f2beee546111646);});$marker.push(m_ebc52c59616af7800f2beee546111646);}});}google.maps.event.addDomListener(window, 'load', initialize);