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.022,-96.5372)};var g_ece68e0e2ae19e7b676328edeebd78ff = new google.maps.Geocoder();g_ece68e0e2ae19e7b676328edeebd78ff.geocode( { 'address': "1301 E FM 544, Wylie, TX 75098"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wylie-TX-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('wylie-TX-bank-of-america'), mapOptions);}document.getElementById('70bab66f').innerHTML += ' | View Map';var $lece68e0e2ae19e7b676328edeebd78ff = '

Bank Of America

Address: 1301 E FM 544, Wylie, TX 75098
Phone: (972) 461-2900
';var m_ece68e0e2ae19e7b676328edeebd78ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_ece68e0e2ae19e7b676328edeebd78ff['infowindow'] = new google.maps.InfoWindow({content: $lece68e0e2ae19e7b676328edeebd78ff});var infowindow = new google.maps.InfoWindow({content: $lece68e0e2ae19e7b676328edeebd78ff});google.maps.event.addListener(m_ece68e0e2ae19e7b676328edeebd78ff, 'click', function() {infowindow.open(map,m_ece68e0e2ae19e7b676328edeebd78ff);});$marker.push(m_ece68e0e2ae19e7b676328edeebd78ff);}});}google.maps.event.addDomListener(window, 'load', initialize);