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(33.0764,-96.8366)};var g_3574675a9d232b3fb19ee34449fcb96e = new google.maps.Geocoder();g_3574675a9d232b3fb19ee34449fcb96e.geocode( { 'address': "7105 Corporate Dr, Plano, TX 75024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-bank-of-america'), mapOptions);}document.getElementById('c19e1726').innerHTML += ' | View Map';var $l3574675a9d232b3fb19ee34449fcb96e = '

Bank of America

Address: 7105 Corporate Dr, Plano, TX 75024, USA
Phone: (800) 522-4317
';var m_3574675a9d232b3fb19ee34449fcb96e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_3574675a9d232b3fb19ee34449fcb96e['infowindow'] = new google.maps.InfoWindow({content: $l3574675a9d232b3fb19ee34449fcb96e});var infowindow = new google.maps.InfoWindow({content: $l3574675a9d232b3fb19ee34449fcb96e});google.maps.event.addListener(m_3574675a9d232b3fb19ee34449fcb96e, 'click', function() {infowindow.open(map,m_3574675a9d232b3fb19ee34449fcb96e);});$marker.push(m_3574675a9d232b3fb19ee34449fcb96e);}});}google.maps.event.addDomListener(window, 'load', initialize);