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(28.5495,-81.5416)};var g_a1f69f6000f7a8b5883b7134fcf8d558 = new google.maps.Geocoder();g_a1f69f6000f7a8b5883b7134fcf8d558.geocode( { 'address': "1550 Maguire Rd, Ocoee, FL 34761, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocoee-FL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('ocoee-FL-bbt-atm'), mapOptions);}document.getElementById('4e000912').innerHTML += ' | View Map';var $la1f69f6000f7a8b5883b7134fcf8d558 = '

BB&T ATM

Address: 1550 Maguire Rd, Ocoee, FL 34761, USA
Phone: (800) 226-5228
';var m_a1f69f6000f7a8b5883b7134fcf8d558 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_a1f69f6000f7a8b5883b7134fcf8d558['infowindow'] = new google.maps.InfoWindow({content: $la1f69f6000f7a8b5883b7134fcf8d558});var infowindow = new google.maps.InfoWindow({content: $la1f69f6000f7a8b5883b7134fcf8d558});google.maps.event.addListener(m_a1f69f6000f7a8b5883b7134fcf8d558, 'click', function() {infowindow.open(map,m_a1f69f6000f7a8b5883b7134fcf8d558);});$marker.push(m_a1f69f6000f7a8b5883b7134fcf8d558);}});}google.maps.event.addDomListener(window, 'load', initialize);