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(37.9954,-84.5357)};var g_d46f5c776b38ad4b746e99346b98f232 = new google.maps.Geocoder();g_d46f5c776b38ad4b746e99346b98f232.geocode( { 'address': "444 Lewis Hargett Cir #220, Lexington, KY 40503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-flagstar-bank'), mapOptions);}document.getElementById('0bd01a07').innerHTML += ' | View Map';var $ld46f5c776b38ad4b746e99346b98f232 = '

Flagstar Bank

Address: 444 Lewis Hargett Cir #220, Lexington, KY 40503, USA
Phone: (859) 253-3377
';var m_d46f5c776b38ad4b746e99346b98f232 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_d46f5c776b38ad4b746e99346b98f232['infowindow'] = new google.maps.InfoWindow({content: $ld46f5c776b38ad4b746e99346b98f232});var infowindow = new google.maps.InfoWindow({content: $ld46f5c776b38ad4b746e99346b98f232});google.maps.event.addListener(m_d46f5c776b38ad4b746e99346b98f232, 'click', function() {infowindow.open(map,m_d46f5c776b38ad4b746e99346b98f232);});$marker.push(m_d46f5c776b38ad4b746e99346b98f232);}});}google.maps.event.addDomListener(window, 'load', initialize);