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.7439,-84.2076)};var g_44485793cae806cfc853649f75b55b2b = new google.maps.Geocoder();g_44485793cae806cfc853649f75b55b2b.geocode( { 'address': "175 Campbell St, Dayton, OH 45417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-OH-standard-register-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dayton-OH-standard-register-federal-credit-union'), mapOptions);}document.getElementById('21b1ef62').innerHTML += ' | View Map';var $l44485793cae806cfc853649f75b55b2b = '

Standard Register Federal Credit Union

Address: 175 Campbell St, Dayton, OH 45417, USA
Phone: (937) 223-3333
';var m_44485793cae806cfc853649f75b55b2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Register Federal Credit Union',});m_44485793cae806cfc853649f75b55b2b['infowindow'] = new google.maps.InfoWindow({content: $l44485793cae806cfc853649f75b55b2b});var infowindow = new google.maps.InfoWindow({content: $l44485793cae806cfc853649f75b55b2b});google.maps.event.addListener(m_44485793cae806cfc853649f75b55b2b, 'click', function() {infowindow.open(map,m_44485793cae806cfc853649f75b55b2b);});$marker.push(m_44485793cae806cfc853649f75b55b2b);}});}google.maps.event.addDomListener(window, 'load', initialize);