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.8218,-84.0214)};var g_0c897d83d96df587e451792228ab44ce = new google.maps.Geocoder();g_0c897d83d96df587e451792228ab44ce.geocode( { 'address': "1 W Main St, Fairborn, OH 45324, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairborn-OH-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('fairborn-OH-us-bank-branch'), mapOptions);}document.getElementById('041af223').innerHTML += ' | View Map';var $l0c897d83d96df587e451792228ab44ce = '

U.S. Bank Branch

Address: 1 W Main St, Fairborn, OH 45324, USA
Phone: (937) 873-7845
';var m_0c897d83d96df587e451792228ab44ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_0c897d83d96df587e451792228ab44ce['infowindow'] = new google.maps.InfoWindow({content: $l0c897d83d96df587e451792228ab44ce});var infowindow = new google.maps.InfoWindow({content: $l0c897d83d96df587e451792228ab44ce});google.maps.event.addListener(m_0c897d83d96df587e451792228ab44ce, 'click', function() {infowindow.open(map,m_0c897d83d96df587e451792228ab44ce);});$marker.push(m_0c897d83d96df587e451792228ab44ce);}});}google.maps.event.addDomListener(window, 'load', initialize);